﻿/**
 * style.less
 * 层叠样式表
 */
.container
 {
         height: 750px;
     
     }
 
.title h2
{
        color: #fff;
    
    }
 
 
.col-md-4 div
{
    width:450px;
    height:195px; 
    
    }
    
    .col-md-5 div
{
    width:571px;
    height:623px; 
    
    }
    
        .col-md-5 img
{
    width:auto;
    height:623px; 
    
    }
    
    .col-md-3 div
{
    width:320px;
    height:300px; 
    
    }
    
    
        .col-md-3 img
{
    width:auto;
    height:300px; 
    
    }
    
        .col-md-4 div
{
    width:420px;
    height:300px; 
    
    }
    
    


@media (min-width: 1350px) {
    .container {
        width: 100%;
        padding: 0 7%;
    }
}

@media (max-width: 1349px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 22px;
    }
}

.title h2:after {
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 14px;
    content: '';
    background-color: #9C0A0D;
}

.title span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #fff;
}

.content {
    position: relative;
    z-index: 9;
}

.box-about {
    overflow: hidden;
}

.box-about .about {
    font-size: 0;
    overflow: hidden;
    margin-top: 50px;
    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    .box-about .about {
        margin-top: 40px;
    }
}

.box-about .about .left,
.box-about .about .right {
    float: left;
    width: 50%;
}

@media (max-width: 1199px) {
    .box-about .about .left,
    .box-about .about .right {
        width: 100%;
    }
}

.box-about .about .left .video,
.box-about .about .right .video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 50%;
    vertical-align: middle;
    background-color: #000;
}

@media (max-width: 767px) {
    .box-about .about .left .video,
    .box-about .about .right .video {
        width: 100%;
    }
}

.box-about .about .left .video:before,
.box-about .about .right .video:before {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}

@media (max-width: 767px) {
    .box-about .about .left .video:before,
    .box-about .about .right .video:before {
        display: none;
    }
}

.box-about .about .left .video .img-box,
.box-about .about .right .video .img-box {
    padding-bottom: 68.11594203%;
}

.box-about .about .left .video .img-box img,
.box-about .about .right .video .img-box img {
    opacity: .5;
}

.box-about .about .left .video img,
.box-about .about .right .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.box-about .about .left .video .video-box,
.box-about .about .right .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.box-about .about .left .video .iframe,
.box-about .about .right .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.box-about .about .left .video .play,
.box-about .about .right .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: .8;
    color: #fff;
}

.box-about .about .left .video .play:before,
.box-about .about .right .video .play:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    content: '\e67f';
}

.box-about .about .left .video:hover .img-box img,
.box-about .about .right .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-about .about .left .text,
.box-about .about .right .text {
    display: inline-block;
    width: 50%;
    padding: 24px 30px;
    vertical-align: middle;
}

@media (max-width: 1560px) {
    .box-about .about .left .text,
    .box-about .about .right .text {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .box-about .about .left .text,
    .box-about .about .right .text {
        width: 100%;
        padding: 30px 10px;
    }
}

.box-about .about .left .text h3,
.box-about .about .right .text h3 {
    font-size: 20px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    height: 20px;
    margin: 0;
    color: #9C0A0D;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-about .about .left .text p,
.box-about .about .right .text p {
    font-size: 14px;
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 96px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1560px) {
    .box-about .about .left .text p,
    .box-about .about .right .text p {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a,
.box-about .about .right .text a {
    display: inline-block;
}

.box-about .about .left .text a.more,
.box-about .about .right .text a.more {
    font-size: 14px;
    line-height: 1.71428571;
    margin-top: 22px;
    color: #999;
}

@media (max-width: 1560px) {
    .box-about .about .left .text a.more,
    .box-about .about .right .text a.more {
        margin: 10px 0 0 0;
    }
}

.box-about .about .left .text a.more:hover,
.box-about .about .right .text a.more:hover {
    color: #9C0A0D;
}

.box-about .about .left .pic,
.box-about .about .right .pic {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .box-about .about .left .pic,
    .box-about .about .right .pic {
        width: 100%;
    }
}

.box-about .about .left .pic:before,
.box-about .about .right .pic:before {
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 8px 12px 8px 0;
    border-style: solid;
    border-color: transparent #f8f8f8 transparent transparent;
}

@media (max-width: 767px) {
    .box-about .about .left .pic:before,
    .box-about .about .right .pic:before {
        display: none;
    }
}

.box-about .about .left .pic .img-box,
.box-about .about .right .pic .img-box {
    padding-bottom: 68.11594203%;
}

.box-product {
    overflow: hidden;
    padding-top: 0;
}

.box-product .title {
    text-align: center;
}

.box-product .title h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    padding: 0 18px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.box-product {
    width: 100%;
    background: url('../images/product.png') no-repeat;
    background-size: 100% 100%;
}

.box-product .title h2 span {
    display: block;
}

@media (max-width:767px) {
    .box-product .title h2 {
        display: inline-block;
        font-size: 21px;
        font-weight: normal;
        position: relative;
        padding: 0 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .title span {
        font-family: 'ITC Avant Garde Gothic';
        font-size: 14px;
        font-weight: normal;
        position: relative;
        top: 4px;
        display: inline-block;
        margin-left: 10px;
        text-transform: uppercase;
        color: #999;
    }
}

.box-product .title h2:after {
    display: inline-block;
    width: 5px;
    height: 16px;
    margin-top: 14px;
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.box-product .title h2::before {
    display: inline-block;
    width: 5px;
    height: 16px;
    margin-top: 14px;
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.box-product .pro-sort {
    position: relative;
    z-index: 4;
    text-align: center;
}

@media (max-width: 1199px) {
    .box-product .pro-sort {
        /* margin-top: 30px; */
        text-align: center;
    }
}

.box-product .pro-sort li {
    display: inline-block;
}

.box-product .pro-sort li a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-product .pro-sort li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

.box-product .pro-sort li.active a {
    color: #9C0A0D;
    position: relative;
}

.box-product .pro-sort li.active a::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    background: #9C0A0D;
    bottom: 0;
    right: 25%;
}

@media (max-width: 1199px) {
    .box-product .product {
        margin-top: 20px;
    }
}

.box-product .product .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .box-product .product .row {
        margin: 0 -10px;
    }
}

.box-product .product .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .box-product .product .list {
        padding: 0 2px;
    }
}

.box-product .product .item {
    margin-top: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
}

.box-product .product .item .img-box img {
    position: absolute;
    top: 0;
    left: 10%;
    display: block;
    width: 80%;
    height: 100%;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .box-product .product .item {
        margin-top: 20px;
    }
}

.box-product .product .item .img-box {
    padding-bottom: 89.67567568%;
}

.box-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-product .product .item .note {
    padding: 0px 30px 20px 30px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note {
        padding: 20px 10px 10px 10px;
    }
}

.box-product .product .item h3 {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    /* height: 30px; */
    margin: 0;
    /* text-align: center; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 20px;
    padding-left: 10px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note h3 {
        font-size: 16px;
    }
}

.box-product .product .item .note p {
    line-height: 1.42857143;
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 20px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .box-product .product .item .note p {
        margin: 10px 0 0 0;
    }
}

.box-product .product .item .note a.more {
    display: block;
    color: #adadad;
}

.box-product .product .item .note a.more:after {
    font-family: 'iconfont' !important;
    font-size: 40px;
    height: 20px;
    content: '\e612';
}

@media (max-width: 1199px) {
    .box-product .product .item .note a.more:after {
        font-size: 30px;
    }
}

.box-product .product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-product .product .item:hover h3,
.box-product .product .item:hover .note a.more {
    color: #9C0A0D;
}

.box-product .product .item:hover {
    -moz-box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
}

.box-product .promore {
    margin-top: 40px;
    text-align: center;
}

.box-product .promore a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.box-product .promore a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 30px;
    content: '';
    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #0b0b0b transparent transparent;
}

.box-product .promore a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 30px;
    content: '';
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0b0b0b;
}

.box-product .promore a:hover {
    color: #9C0A0D;
}

.box-product .promore a:hover:before {
    border-color: transparent #9C0A0D transparent transparent;
}

.box-product .promore a:hover:after {
    border-color: transparent transparent transparent #9C0A0D;
}

.box-dingzhi {
    background: url('../images/case.png') no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.box-dingzhi .content .item {
    position: relative;
}

.box-dingzhi .content .item img {
    width: 100%;
}

.box-dingzhi .content li .item {
    width: 100%;
    overflow: hidden;
}

.box-dingzhi .content li .item img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.box-dingzhi .content li .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.box-dingzhi .content .item p {
        position: absolute;
    padding: 10px 0px 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
}

.box-dingzhi .content ul li {
    padding: 0 7.5px;
}

.box-dingzhi .title h2 {
    margin-top: 0px;
}

.box-dingzhi .content .item {
    margin-bottom: 7%;
}

.box-dingzhi .content ul li.col-md-4 .item img {
    width: 100%;
}

.timeless {
    width: 100%;
    background: url('../images/company.png') no-repeat;
    background-size: 100% 100%;
}

.timeless .lined {
    width: 100%;
    text-align: center;
    position: relative;
}

.timeless .lined img {
    position: absolute;
    /* left: 50%; */
    top: -30px;
}

.timeless .addp {
    padding-top: 10px;
}

.timeless .addp .content {
    text-align: center;
}

@media (max-width:1199px) {
    .box-dingzhi .content ul li.col-md-4 .item img {
        width: 100%;
    }
}

.box-dingzhi .content ul li.col-md-4 .item {
    margin-bottom: 5%;
}

.box-dingzhi {
    padding-bottom: 0;
}

@media (max-width:767px) {
    .box-dingzhi {
        padding-bottom: 0;
        position: relative;
        top: -50px;
    }
    .box-dingzhi .container .container {
        padding: 0;
    }
}

.box-dingzhi .content {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 3%; */
}


/* .box-dingzhi .content .col-md-2 .item img {
    width: 83%;
} */

.box-dingzhi .wrap-video .info {
    margin-top: 0px;
}

.box-dingzhi .content .wrap-video .item {
    margin-bottom: 0;
}

.box-dingzhi .wrap-video .item .video .img-box {
    padding-bottom: 69.78861789%;
}

.box-dingzhi .right_a .title {
    text-align: left;
    margin-top: 70px;
}

.box-dingzhi .right_a .title h2::before,
.box-dingzhi .right_a .title h2::after {
    display: none;
}

.box-dingzhi .right_a .title h2 span {
    margin-left: 0;
    font-size: 22px;
}

.box-dingzhi .right_a .title .jiameng {
    overflow: hidden;
}

.box-dingzhi .right_a .title .jiameng li button {
    width: 85%;
    color: #fff;
    background: #9C0A0D;
    padding: 10px 0;
    font-size: 20px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-dingzhi .right_a .title h3 {
    font-weight: normal;
    font-size: 20px;
    padding-left: 15px;
    margin-top: 30px;
    color: #666;
}

.box-dingzhi .right_a .title h3:hover {
    color: #9C0A0D;
}

.box-dingzhi .right_a .title.ltitle {
    margin: 10px;
}

@media (max-width:991px) {
    .box-dingzhi .bbg {
        display: none!important;
    }
}


@media (max-width:1199px) {
    .footer .copyright p a {
        display: block;
    }
    .footer .copyright ul,
    .footer .copyright .share {
        display: none;
    }
}

.wrap-sidenav {
    position: relative;
    overflow: hidden;
    height: 58px;
    top: -100px;
    background: rgba(255, 255, 255, .8);
}

@media (max-width: 991px) {
    .wrap-sidenav {
        height: 50px;
    }
    .wrap-sidenav {
        top: 0px;
    }
    .bizhongc {
        padding: 0;
    }
    #index-about .wrapper .title-about {
        margin-top: 30px;
    }
}

.wrap-sidenav .sidenav {
    position: relative;
}

.wrap-sidenav .sidenav ul {
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.wrap-sidenav .sidenav ul li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
}

.wrap-sidenav .sidenav ul li a {
    font-size: 16px;
    line-height: 58px;
    position: relative;
    display: block;
    height: 58px;
    padding: 0 40px;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-sidenav .sidenav ul li a {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }
}

.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a {
    color: #fff;
    background-color: #9C0A0D;
}

.top-tit {
    width: 100%;
    text-align: center;
}

.top-tit h3 {
    font-size: 34px;
    color: #9C0A0D;
    font-weight: bold;
}

.top-tit p {
    font-size: 28px;
}

@media (max-width: 1199px) {
    .top-tit h3 {
        font-size: 20px;
        color: #9C0A0D;
    }
    .top-tit p {
        font-size: 18px;
    }
    .wrap-sidenav .sidenav ul li:hover a:before {
        display: none;
    }
}

.wrapper {
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
}

.wrap {
    padding: 70px 0;
}

@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}

.title-in h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .title-in h2 {
        font-size: 22px;
    }
}

.title-in p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    margin: 0;
    color: #999;
}

.wrap-left {
    float: left;
    width: 70%;
    padding-right: 90px;
}

.news-show {
    width: 100%;
}

@media (max-width: 1199px) {
    .wrap-left {
        width: 100%;
        padding-right: 0;
    }
}

.wrap-right {
    float: right;
    width: 30%;
}

@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        margin-top: 50px;
    }
}

.wrap-right .title-wrap-right h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0 20px;
    color: #9C0A0D;
    border-left: 5px solid #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-right .title-wrap-right h2 {
        font-size: 22px;
    }
}

.wrap-right .wrap-relate ul {
    margin-top: 20px;
}

.wrap-right .wrap-relate ul li {
    font-size: 0;
    overflow: hidden;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .wrap-right .wrap-relate ul li {
        padding: 10px 0;
    }
}

.wrap-right .wrap-relate ul li .pic {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}

.wrap-right .wrap-relate ul li .note {
    display: inline-block;
    width: 55%;
    padding-left: 20px;
    vertical-align: middle;
}

.wrap-right .wrap-relate ul li .img-box {
    padding-bottom: 49.33333333%;
}

.wrap-right .wrap-relate ul li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-right .wrap-relate ul li p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    margin: 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
    .wrap-right .wrap-relate ul li p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}

.wrap-right .wrap-relate ul li a {
    display: block;
}

.wrap-right .wrap-relate ul li span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 2;
    display: block;
    margin: 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-right .wrap-relate ul li span {
        font-size: 14px;
    }
}

.wrap-right .wrap-relate ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-right .wrap-relate ul li:hover .note p {
    color: #9C0A0D;
}

.wrap-right .wrap-more {
    margin-top: 30px;
}

.wrap-right .wrap-more a {
    font-size: 15px;
    display: inline-block;
    color: #cb0d18;
}

.wrap-right .wrap-more a:before {
    float: left;
    width: 20px;
    height: 5px;
    margin-top: 8px;
    margin-right: 14px;
    content: '';
    background-color: #cb0d18;
}

.wrap-right .wrap-more a:hover {
    color: #9C0A0D;
}

.wrap-right .wrap-more a:hover:before {
    background-color: #9C0A0D;
}

.wrap-about .about .title-about {
    position: relative;
}

.wrap-about .about .title-about:before {
    position: absolute;
    left: 0;
    display: block;
    width: 47px;
    height: 47px;
    content: '';
    background: url(../images/about-icon.jpg);
}

.wrap-about .about .title-about h2,
.wrap-about .about .title-about h3 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.wrap-about .about .title-about h2 {
    font-weight: bold;
}

.wrap-about .about .title-about h2 span {
    color: #9C0A0D;
}

#intro {
    position: relative;
    top: -20px;
}

@media (max-width: 991px) {
    .wrap-about .about .title-about h2,
    .wrap-about .about .title-about h3 {
        font-size: 22px;
    }
}

.wrap-about .about .title-about p {
    font-size: 21px;
    margin: 0;
    color: #333;
    margin-top: 22px;
}

.wrap-about .about .text {
    margin-top: 40px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .wrap-about .about .text {
        padding-right: 0;
    }
}

.wrap-about .about .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-about .about .text p {
        font-size: 15px;
    }
}

.wrap-about .about .video {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

@media (max-width: 991px) {
    .wrap-about .about .video {
        margin-top: 40px;
    }
}

.hproduct {
    background: #f8f8f8;
    overflow: hidden;
    margin: 60px 0;
}

.wrap-about .about .video .img-box {
    padding-bottom: 61.78861789%;
}

.shengchan .about .video .img-box {
    padding-bottom: 68.78861789%;
}

.shengchan .about .rvideo .video:last-child {
    margin-top: 5%;
}

.shengchan .about .rvideo .video .img-box {
    padding-bottom: 32.0094309%;
}

.wrap-about .about .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.wrap-about .about .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-about .about .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-about .about .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: .8;
    color: #fff;
}

.wrap-about .about .video .play:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    content: '\e67f';
}

.wrap-about .about .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-about .about-pic {
    position: relative;
    overflow: hidden;
    margin-top: 66px;
}

@media (max-width: 991px) {
    .wrap-about .about-pic {
        margin-top: 40px;
    }
}

.wrap-about .about-pic .note {
    position: absolute;
    top: 50%;
    padding: 0 14%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 767px) {
    .wrap-about .about-pic .note {
        padding: 0 20px;
    }
}

.wrap-about .about-pic .note p {
    font-size: 20px;
    margin: 0;
    text-shadow: 0 2px 4px #000;
}

@media (max-width: 991px) {
    .wrap-about .about-pic .note p {
        font-size: 16px;
    }
}

.wrap-about .about-pic .note h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 2px 4px #000;
}

@media (max-width: 991px) {
    .wrap-about .about-pic .note h3 {
        font-size: 24px;
    }
}

.wrap-about .brand {
    margin-top: 0px;
}

.wrap-about .brand .text {
    margin-top: 30px;
}

.wrap-about .brand .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-about .brand .text p {
        font-size: 15px;
    }
}

.wrap-about .brand .pic {
    margin-top: 30px;
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-about .brand .pic {
        text-align: center;
    }
}

.wrap-about .brand .pic img {
    max-width: 100%;
}

.wrap-development .development .item {
    font-size: 0;
    width: 100%;
    margin-top: 50px;
}

.wrap-development .development .item .date,
.wrap-development .development .item .note,
.wrap-development .development .item .pic {
    display: inline-block;
    vertical-align: middle;
}

.wrap-development .development .item .date {
    width: 10%;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    background-color: #9C0A0D;
}

@media (max-width: 1199px) {
    .wrap-development .development .item .date {
        width: 15%;
    }
}

@media (max-width: 767px) {
    .wrap-development .development .item .date {
        width: 20%;
        padding: 20px 0;
    }
}

.wrap-development .development .item .date h3 {
    font-size: 28px;
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .date h3 {
        font-size: 20px;
    }
}

.wrap-development .development .item .date p {
    font-size: 18px;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .date p {
        font-size: 15px;
    }
}

.wrap-development .development .item .note {
    width: 60%;
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .wrap-development .development .item .note {
        width: 55%;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .wrap-development .development .item .note {
        width: 80%;
        padding: 0 0 0 20px;
    }
}

.wrap-development .development .item .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-development .development .item .note p {
        font-size: 14px;
    }
}

.wrap-development .development .item .pic {
    width: 30%;
}

@media (max-width: 767px) {
    .wrap-development .development .item .pic {
        width: 100%;
        margin-top: 20px;
    }
}

.wrap-development .development .item .pic .img-box {
    padding-bottom: 32.88590604%;
}

.wrap-honor .honor {
    overflow: hidden;
    margin-top: -40px;
}

@media (max-width: 991px) {
    .wrap-honor .honor {
        margin-top: -30px;
    }
}

.wrap-honor .honor ul {
    overflow: hidden;
    margin: 0 -20px;
}

@media (max-width: 1560px) {
    .wrap-honor .honor ul {
        margin: 0 -10px;
    }
}

.wrap-honor .honor ul li {
    float: left;
    /* width: 16.66666667%;
    padding: 0 20px; */
}

.zzhonor .page {
    margin-top: 0;
    margin-bottom: 30px;
}

.zzhonor .page a {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    width: auto;
    min-width: 15px;
    height: 40px;
    margin: 0 6px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    color: #999;
    background: #fff;
    border-radius: 0;
}

.zzhonor .page a.active,
.zzhonor .page a:hover {
    color: #9C0A0D;
    background: none;
}

@media (min-width:1430px) {
    .zzhonor .container {
        width: 1430px;
        padding: 0;
    }
}

.zwrap-honor .honor ul li {
    text-align: center;
}

@media (max-width: 1560px) {
    .wrap-honor .honor ul li {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .wrap-honor .honor ul li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .wrap-honor .honor ul li {
        width: 33.33333333%;
    }
}

@media (max-width: 767px) {
    .wrap-honor .honor ul li {
        width: 50%;
    }
}

.wrap-honor .honor .item {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .wrap-honor .honor .item {
        margin-top: 30px;
    }
}

@media (min-width:1500px) {
    .all-ins .text-in {
        padding: 0 7%;
    }
    .all-container {
        padding: 0 6%;
    }
}

@media (max-width:1499px) {
    .all-ins .text-in {
        padding: auto;
    }
    .all-container {
        padding: auto;
    }
}

.wrap-honor .honor .item .img-box {
    padding-bottom: 145%;
}

.zwrap-honor .honor .item .img-box {
    padding-bottom: 68.93491124%;
}

.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor .honor .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 10px 0 0 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-honor .honor .item p {
        font-size: 14px;
    }
}

.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-honor .honor .showMorehandle {
    margin-top: 50px;
    text-align: center;
}

.wrap-honor .honor .showMorehandle a {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    background-color: #9C0A0D;
}

.wrap-honor .honor .showMorehandle a:hover {
    background-color: rgba(36, 51, 118, .9);
}

.wrap-application .text {
    overflow: hidden;
    padding: 1px;
}

.wrap-application .text .note {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 0 20px;
    border-left: 1px solid #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-application .text .note {
        font-size: 15px;
        width: 100%;
    }
}

.wrap-application .text .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-application .text .note p {
        font-size: 15px;
    }
}

.wrap-application .application .row {
    font-size: 0;
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-application .application .row {
        margin: 0 -10px;
    }
}

.wrap-application .application .list {
    display: inline-block;
    float: none;
    padding: 0 20px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .wrap-application .application .list {
        padding: 0 10px;
    }
}

.wrap-application .application .item {
    margin-top: 60px;
}

.wrap-application .application .item .img-box {
    padding-bottom: 70.27027027%;
}

.wrap-application .application .item h3 {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    margin: 30px 0;
    padding: 0 24px;
    color: #fff;
    border-radius: 50px;
    background-color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-application .application .item h3 {
        font-size: 16px;
        line-height: 40px;
    }
}

.wrap-application .application .item p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-application .application .item p {
        font-size: 15px;
    }
}

.wrap-video .info {
    margin-top: -40px;
}

.wrap-video .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-video .row {
        margin: 0 -10px;
    }
}

.wrap-video .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-video .list {
        padding: 0 10px;
    }
}

.wrap-video .item {
    margin-top: 40px;
    text-align: center;
}

.wrap-video .item p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    margin: 16px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-video .item:hover .video .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.wrap-video .item:hover .video .play {
    opacity: 1;
}

.wrap-video .item:hover p {
    color: #9C0A0D;
}

.wrap-video .item .video {
    position: relative;
    overflow: hidden;
}

.wrap-video .item .video .img-box {
    z-index: 0;
    padding-bottom: 61.78861789%;
    background-color: #000;
}

.wrap-video .item .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .4;
}

.wrap-video .item .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-video .item .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-video .item .video .play {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

@media (max-width: 991px) {
    .wrap-video .item .video .play {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}

.wrap-video .item .video .play:before {
    font-family: 'iconfont';
    font-size: 60px;
    display: block;
    content: '\e67f';
    opacity: .7;
}

.wrap-product .product {
    margin-top: -50px;
}

@media (max-width: 991px) {
    .wrap-product .product {
        margin-top: -30px;
    }
}

.wrap-product .product .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-product .product .row {
        margin: 0 -10px;
    }
}

.wrap-product .product .row .heart-top {
    width: 100%;
    overflow: hidden;
}
.wrap-product .product .row .heart-top #heart-ul {
    overflow: hidden;
}
.wrap-product .product .row .heart-top #heart-ul li{
    float: left;
    width: auto;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border: 1px solid #ccc;
    margin-right: 24px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
    color: #000;
    font-family: "微软雅黑 Light";
    margin-bottom: 8px;
}
@media (max-width: 517px) {
    .wrap-product .product .row .heart-top #heart-ul li{
        margin-right: 6px;
    }
    .wrap-product .product .row .heart-top #heart-ul{
        padding: 0 2px;
    }
}
.wrap-product .product .row .heart-top #heart-ul .select {
    color: #fff;
    background-color: #9C0A0D;
    border-color: #9C0A0D;
}

@media (max-width: 505px) {
    #heart-ul .heartl-2{
        margin-top: 5% !important;
    }
}

.wrap-product .product .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product .product .list {
        padding: 0 10px;
    }
}

.wrap-product .product .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-product .product .item {
        margin-top: 30px;
    }
}

.wrap-product .product .item .img-box {
    padding-bottom: 68.67567568%;
}

.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product .product .item p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    /* height: 30px; */
    padding: 14px 0 0 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #F8F8F8;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product .product .item p {
        font-size: 16px;
    }
}

.wrap-product .product .item:hover .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product .product .item {
    padding: 15px;
    border: 1px solid #f6f6f6;
}

.wrap-product .product .item:hover {
    border-color: #9C0A0D;
}

.wrap-product .product.custom-made .item {
    border: none;
}

.wrap-product .product.custom-made .item .tit {
    border: 1px dashed #ccc;
    border-top: none;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 5px;
}

.wrap-product .product.custom-made .item:hover .tit {
    background: #9C0A0D;
    color: #fff;
}

.wrap-product .product.custom-made .item .tit .pl {
    float: left;
    line-height: 45px;
}

.wrap-product .product.custom-made .item .tit .pr {
    float: right;
    font-size: 45px;
    line-height: 1;
}

.wrap-product .product.custom-made .item:hover .tit {
    border: 1px solid #9C0A0D;
    border-top: none;
}

.wrap-product .product .item:hover p {
    background-color: #9C0A0D;
    color: #fff;
}

.wrap-product .page a {
    color: #666;
}

.wrap-product .page a.active,
.wrap-product .page a:hover {
    color: #fff;
}

.wrap-product-show .product-show .row {
    margin: 0 -25px;
}

.wrap-product-show .product-show .list {
    padding: 0 25px;
}

.wrap-product-show .product-show .pic {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border: 10px solid #e5e5e5;
}

.wrap-product-show .product-show .pic .img-box {
    padding-bottom: 75.67567568%;
}

.wrap-product-show .product-show .pic img {
    width: 100%;
}

.sing {
    padding: 25px;
    border: 1px dashed #efefef;
}

.sing img {
    width: 100%;
}

.dd-product .product-showd.custom-showd {
    padding: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text {
        margin-top: 30px;
    }
}

.wrap-product-show .product-show .text h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    color: #9C0A0D;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text h1 {
        font-size: 20px;
    }
}

.wrap-product-show .product-show .text h1 span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: normal;
    margin-left: 10px;
    color: #333;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text h1 span {
        font-size: 16px;
        display: block;
        margin-left: 0;
    }
}

.wrap-product-show .product-show .text h3 {
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    margin-bottom: 20px;
    padding: 0 26px;
    border: 1px dashed #9C0A0D;
    border-radius: 30px;
}

.wrap-product-show .product-show .text p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-product-show .product-show .text p {
        font-size: 15px;
    }
}

.wrap-product-show .product-show .text span {
    font-size: 16px;
    line-height: 2;
    display: inline-block;
    margin-right: 8%;
}

.wrap-product-show .parameter {
    margin-top: 50px;
    padding: 40px 30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter {
        padding: 30px 15px;
    }
}

.wrap-product-show .parameter h3 {
    font-size: 22px;
    line-height: 2;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter h3 {
        font-size: 20px;
    }
}

.wrap-product-show .parameter h3:after {
    display: block;
    width: 44px;
    height: 4px;
    content: '';
    background-color: #9C0A0D;
}

.wrap-product-show .parameter span {
    line-height: 2;
    display: inline-block;
    margin-right: 4%;
}

.wrap-product-show .parameter span:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background-color: #cb0d18;
}

.wrap-product-show .parameter table {
    text-align: center;
}

.wrap-product-show .parameter table td {
    font-size: 18px;
    line-height: 1.66666667;
    width: 33.33333333%;
    padding: 15px;
    color: #666;
    border: 1px solid #b4b4b4;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter table td {
        font-size: 14px;
        padding: 10px 6px;
    }
}

.wrap-product-show .parameter table b {
    font-size: 22px;
    font-weight: normal;
    color: #333;
}

@media (max-width: 991px) {
    .wrap-product-show .parameter table b {
        font-size: 15px;
    }
}

.wrap-product-show .message {
    margin-top: 50px;
}

.wrap-product-show .message .title-message h2 {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
    .wrap-product-show .message .title-message h2 {
        font-size: 24px;
    }
}

.wrap-product-show .message .title-message h2:after {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 60px;
    height: 3px;
    content: '';
    background-color: #9C0A0D;
}

.wrap-product-show .message .title-message p {
    font-size: 20px;
    line-height: 2;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-product-show .message .title-message p {
        font-size: 16px;
    }
}

.wrap-product-show .message .row {
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .row {
        margin: 0 -10px;
    }
}

.wrap-product-show .message .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .list {
        padding: 0 10px;
    }
}

.wrap-product-show .message .list input,
.wrap-product-show .message .list textarea {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    width: 100%;
    min-height: 60px;
    margin-top: 38px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding-left: 30px;
}

.wrap-product-show .message .list {
    position: relative;
}

.wrap-product-show .message .list::after {
    position: absolute;
    content: '';
    left: 27px;
    top: 55px;
    width: 22px;
    height: 22px;
    z-index: 1000;
}

.wrap-product-show .message .name::after {
    background: url('../images/name.png') no-repeat;
}

.wrap-product-show .message .phone::after {
    background: url('../images/tel.png') no-repeat;
}

.wrap-product-show .message .mail::after {
    background: url('../images/email.png') no-repeat;
}

.wrap-product-show .message .leavem::after {
    background: url('../images/message.png') no-repeat;
}

.wrap-product-show .message .buttonzz {
    float: right;
}

@media (max-width: 991px) {
    .wrap-product-show .message .list input,
    .wrap-product-show .message .list textarea {
        font-size: 15px;
        line-height: 24px;
        min-height: 44px;
        margin-top: 20px;
        padding: 10px;
        padding-left: 32px;
    }
    .wrap-product-show .message .list::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 32px;
        width: 22px;
        height: 22px;
        z-index: 1000;
    }
}

.wrap-product-show .message .list input::-webkit-input-placeholder,
.wrap-product-show .message .list textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:-o-placeholder,
.wrap-product-show .message .list textarea:-o-placeholder {
    color: #999;
}

.wrap-product-show .message .list input::-moz-placeholder,
.wrap-product-show .message .list textarea::-moz-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:-ms-input-placeholder,
.wrap-product-show .message .list textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-product-show .message .list input:focus::-webkit-input-placeholder,
.wrap-product-show .message .list textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-o-placeholder,
.wrap-product-show .message .list textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-moz-placeholder,
.wrap-product-show .message .list textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list input:focus::-ms-input-placeholder,
.wrap-product-show .message .list textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .message .list .submit,
.wrap-product-show .message .list .reset {
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #9C0A0D;
}

@media (max-width: 1199px) {
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset {
        font-size: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .wrap-product-show .message .list .submit,
    .wrap-product-show .message .list .reset {
        line-height: 50px;
        height: 50px;
    }
}

.wrap-product-show .message .list .submit:hover,
.wrap-product-show .message .list .reset:hover {
    background-color: #f54336;
}

.wrap-product-show .message .list .reset {
    background-color: #999;
}

.wrap-product-show .relate {
    margin-top: 60px;
}

.baozhang .wrap-product-show .relate {
    margin-top: 10px;
}

.baozhang .wrap-product-show {
    text-align: center;
}

.wrap-product-show .relate .title-relate h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    margin: 0;
}

.baozhang .wrap-product-show .relate .title-relate h2 {
    font-size: 40px;
    font-family: 'ITC Avant Garde Gothic';
}

.baozhang .wrap-product-show .relate .title-relate p {
    font-size: 33px;
}

.baozhang .wrap-product-show .relate .title-relate h2 span {
    color: #9C0A0D;
}

.wrap-product-show .relate .title-relate p {
    font-size: 26px;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .title-relate h2 {
        font-size: 20px;
    }
}

.wrap-product-show .relate .title-relate a.more {
    font-size: 14px;
    line-height: 44px;
    display: inline-block;
    float: right;
    color: #999;
}

.wrap-product-show .relate .title-relate a.more:hover {
    color: #9C0A0D;
}

.wrap-product-show .relate .row {
    margin: 0 -20px;
}


/* 轮播图 */

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-wrapper img {
    width: 100%;
}

.gallery-thumbs .swiper-wrapper img {
    width: 90%;
    margin: 5%;
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #F3F3F3;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #9C0A0D;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.dd-product {
    background: #f3f3f3;
    padding-bottom: 60px;
}

.dd-custom {
    background: #fff;
}

@media (max-width:991px) {
    .dd-product>.container>.container,
    .dd-product>.container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.dd-product .jianjie .top,
.dd-product .jianjie .middle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.dd-custom .jianjie .top,
.dd-custom .jianjie .middle {
    border-bottom: none;
    padding-bottom: 0px;
}

.dd-custom .jianjie .top {
    padding-left: 15px;
}

.dd-product .jianjie .middle {
    padding-top: 20px;
}

.dd-product .jianjie .middle-c {
    overflow: hidden;
}

.dd-product .jianjie .bottom {
    padding-top: 40px;
}

.dd-product .jianjie .bottom button {
    background: #9C0A0D;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}

.dd-product .jianjie .bottom button img {
    position: relative;
    top: -3px;
}

.dd-product .jianjie div p {
    font-size: 17px;
    line-height: 2;
    color: #666;
}

.dd-custom .jianjie div p {
    font-size: 17px;
    line-height: 2;
    color: #333;
}

.dd-custom .jianjie div p {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.dd-custom .jianjie div p:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    content: '';
    vertical-align: middle;
    background-color: #9C0A0D;
}

.dd-product .jianjie .bottom p:before {
    display: none;
}

.dd-product .jianjie .top h2 {
    color: #9F2E30;
    padding-bottom: 15px;
}

.dd-custom .jianjie .top h2 {
    padding-bottom: 0;
    color: #333;
    text-align: justify;
}

@media (max-width:767px) {
    .dd-custom .jianjie .top h2 {
        font-size: 22px;
    }
}

.word h3 {
    display: inline-block;
    padding: 8px 40px;
    font-weight: bold;
    color: #fff;
    background: #9C0A0D;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .dd-product .jianjie .top h2 {
        font-size: 22px;
    }
    .dd-product .jianjie div p {
        font-size: 14px;
    }
    .dd-product .jianjie .bottom button {
        background: #9C0A0D;
        font-size: 14px;
        line-height: 32px;
        color: #fff;
        font-weight: normal;
        padding: 1px 10px;
    }
    .dd-product {
        padding-bottom: 10px;
    }
    .word h3 {
        font-size: 18px;
        margin-top: 20px;
        font-size: 18px;
    }
}

.xiangguan h3 {
    display: block;
    padding: 8px 40px;
    padding-left: 15px;
    font-weight: normal;
    color: #333;
    background: #fff;
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 28px;
    padding-bottom: 15px;
}

.xiangguan h3::after {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 0;
    width: 5%;
    height: 4px;
    background: #9C0A0D;
}

.xiangguan ul li {
    margin-top: 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.xiangguan ul li img {
    width: 100%;
}

.xiangguan ul li .item {
    width: 100%;
    overflow: hidden;
}

.xiangguan ul li:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.word p {
    line-height: 2;
    font-size: 15px;
    color: #666;
}

.word .img {
    overflow: hidden;
    padding: 30px 0;
}

.word .img div {
    width: 100%;
    /*text-align: center;*/
}

.word .img div img {
    /*width: 100%;*/
}

.word .img div.left,
.word .img div.right {
    padding: 15px;
}


/* .word .img img {
    width: 100%;
} */


/* .word-m {
    display: none;
} */

@media (min-width: 1499px) {
    .dd-product .product-showd {
        background: #fff;
        padding: 70px;
    }
}

@media (max-width: 1399px) {
    .dd-product .product-showd {
        background: #fff;
        padding: 40px;
    }
}

@media (max-width: 1199px) {
    /* .word-p {
        display: none;
    }
    .word-m {
        display: block;
    } */
    .wrap-product-show .relate .row {
        margin: 0 -10px;
    }
    .dd-product .product-showd {
        background: #fff;
        padding: 20px;
    }
}

.wrap-product-show .relate .list {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .wrap-product-show .relate .list {
        padding: 0 10px;
    }
}

.wrap-product-show .relate .item {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .item {
        margin-top: 30px;
    }
}

.wrap-product-show .relate .item .img-box {
    padding-bottom: 60.67567568%;
}

.wrap-product-show .relate .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-product-show .relate .item p {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
    margin: 0;
    text-align: center;
    color: #333;
    width: 100%;
    overflow: hidden;
}

.wrap-product-show .relate .item p a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding: 14px 0;
}

.wrap-product-show .relate .item p a::after {
    position: absolute;
    content: '';
    width: 10%;
    left: 44%;
    background: #9C0A0D;
    height: 3px;
    bottom: 0;
}

.in-about {
    background: url('../images/about.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.for-img {
    text-align: center;
}

.for-img .fline {
    position: relative;
}

.for-img .fline-t {
    top: 30px;
    z-index: 4;
}

.for-img .fline-b {
    top: -30px;
}

@media (max-width: 991px) {
    .wrap-product-show .relate .item p {
        font-size: 16px;
    }
}

.wrap-product-show .relate .item:hover .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-product-show .relate .item:hover p {
    color: #9C0A0D;
}

.wrap-team .title-team h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-team .title-team h2 {
        font-size: 22px;
    }
}

.wrap-team .title-team span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #999;
}

.wrap-team .list-1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
}

.wrap-team .list-1 .team {
    overflow: hidden;
}

.wrap-team .list-1 .team .pic {
    float: left;
    width: 30%;
    margin-top: 30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-1 .team .pic {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .pic {
        width: 100%;
    }
}

.wrap-team .list-1 .team .pic .img-box {
    padding-bottom: 69.3877551%;
}

.wrap-team .list-1 .team .text {
    float: left;
    width: 70%;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-1 .team .text {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .text {
        width: 100%;
        padding-left: 0;
    }
}

.wrap-team .list-1 .team .text h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .text h3 {
        font-size: 20px;
    }
}

.wrap-team .list-1 .team .text p {
    font-size: 15px;
    line-height: 1.625;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-team .list-1 .team .text p {
        font-size: 14px;
    }
}

.wrap-team .list-2 {
    margin-top: 40px;
}

.wrap-team .list-2 .row {
    margin: 0 -30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-2 .row {
        margin: 0 -15px;
    }
}

@media (max-width: 1199px) {
    .wrap-team .list-2 .row {
        margin: 0 -10px;
    }
}

.wrap-team .list-2 .list {
    padding: 0 30px;
}

@media (max-width: 1560px) {
    .wrap-team .list-2 .list {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .wrap-team .list-2 .list {
        padding: 0 10px;
    }
}

.wrap-team .list-2 .item {
    margin-top: 40px;
}

.wrap-team .list-2 .item .img-box {
    padding-bottom: 69.3877551%;
}

.wrap-team .list-2 .item .text {
    padding: 30px 20px;
    background-color: #f6f6f6;
}

.wrap-team .list-2 .item .text h3 {
    font-size: 24px;
    margin: 0 0 14px 0;
}

@media (max-width: 991px) {
    .wrap-team .list-2 .item .text h3 {
        font-size: 20px;
    }
}

.wrap-team .list-2 .item .text p {
    font-size: 14px;
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}

.wrap-team-show {
    padding: 50px;
}

@media (max-width: 991px) {
    .wrap-team-show {
        padding: 50px 15px;
    }
}

.wrap-team-show .team-show .title-team {
    padding-left: 24px;
    border-left: 8px solid #035cac;
}

.wrap-team-show .team-show .title-team h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.wrap-team-show .team-show .title-team p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    color: #999;
}

.wrap-team-show .team-show .text {
    overflow: hidden;
}

.wrap-team-show .team-show .text .note {
    float: left;
    width: 70%;
    margin-top: 46px;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .text .note {
        width: 100%;
        margin-top: 30px;
    }
}

.wrap-team-show .team-show .text .note p {
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
    text-indent: 2em;
}

.wrap-team-show .team-show .text .pic {
    float: left;
    width: 30%;
    margin-top: 46px;
    padding-left: 60px;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .text .pic {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-team-show .team-show .text .pic img {
    max-width: 100%;
}

.wrap-team-show .team-show .video {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .video {
        margin-top: 40px;
    }
}

.wrap-team-show .team-show .video .img-box {
    z-index: 0;
    padding-bottom: 43.39739616%;
    background-color: #000;
}

.wrap-team-show .team-show .video .img-box img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .3;
}

.wrap-team-show .team-show .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-team-show .team-show .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.wrap-team-show .team-show .video .play {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991px) {
    .wrap-team-show .team-show .video .play {
        top: 50%;
    }
}

.wrap-team-show .team-show .video .play:before {
    display: block;
    width: 198px;
    height: 198px;
    margin: 0 auto;
    content: '';
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .wrap-team-show .team-show .video .play:before {
        width: 60px;
        height: 60px;
    }
}

.wrap-team-show .team-show .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
}

.wrap-team-show .other {
    margin-top: 60px;
}

.wrap-team-show .other .title-other {
    position: relative;
    padding-right: 130px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.wrap-team-show .other .title-other h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
    margin: 0;
}

.wrap-team-show .other .title-other a.more {
    font-size: 16px;
    line-height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.wrap-team-show .other .title-other a.more:hover {
    color: #9C0A0D;
}

.wrap-team-show .other .item {
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .wrap-team-show .other .item {
        margin-top: 30px;
    }
}

.wrap-team-show .other .item .img-box {
    padding-bottom: 62.74509804%;
}

.wrap-team-show .other .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-team-show .other .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 20px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-team-show .other .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news-top ul li {
    overflow: hidden;
    margin-top: 60px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 991px) {
    .wrap-news .news-top ul li {
        margin-top: 40px;
    }
}

.wrap-news .news-top ul li:first-child {
    margin-top: 0;
}

.znews .wrap-news .news-top ul li {
    padding-bottom: 30px;
    border-bottom: 1px dashed #afafaf;
}

.znews .wrap-news .news-top ul li:last-child {
    border-bottom: 1px dashed #fff;
}

.wrap-news .news-top ul li .pic {
    float: left;
    width: 30%;
}

.wrap-news .news-top ul li .pic span {}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .pic {
        width: 40%;
    }
    .znews .news-top ul li .pic {
        float: left;
        width: 100%;
    }
    .znews .news-top ul li .picl {
        display: none;
    }
}

.znews .news-top ul li .pic {
    float: left;
    width: 20%;
}

.znews .news-top ul li .picl {
    float: left;
    width: 10%;
    text-align: center;
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li .pic {
        width: 100%;
    }
    .znews .news-top ul li .pic {
        width: 100%;
    }
}

.znews .news-top ul li .picl .h3 {
    font-size: 60px;
    display: block;
    font-weight: bold;
    margin-top: 0;
}

.znews .news-top ul li .picl .ppp {
    font-style: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.znews .news-top ul li .picl .ppp::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 3px;
    background: #9C0A0D;
    width: 100%;
}

.znews .news-top ul li:hover .picl .h3 {
    color: #9C0A0D;
}

.wrap-news .news-top ul li .pic .img-box {
    padding-bottom: 49.59785523%;
}

.znews .news-top ul li .pic .img-box {
    padding-bottom: 70.59785523%;
}

.company .wrap-news .news-top ul li .pic .img-box {
    padding-bottom: 65.597855%;
}

.company .wrap-news .news-top ul li .pic {
    float: left;
    width: 35%;
    margin: 5px 0;
}

.company .wrap-news .news-top ul li .text {
    float: left;
    width: 65%;
    padding-left: 30px;
}

.company .wrap-news .news-top ul li .text a.more {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-top: 0px;
    color: #cb0d18;
}

.wrap-news .news-top ul li .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .news-top ul li .text {
    float: left;
    width: 70%;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text {
        width: 60%;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li .text {
        width: 100%;
        padding-left: 30px 15px;
    }
    .company .wrap-news .news-top ul li .text {
        width: 100%;
        padding-left: 10px;
    }
    .company .wrap-news .news-top ul li .pic .img-box {
        padding-bottom: 70.597855%;
    }
    .company .wrap-news .news-top ul li .pic {
        width: 100%;
    }
}

.wrap-news .news-top ul li .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text h3 {
        margin: 0 0 4px 0;
    }
}

@media (max-width: 767px) {
    .wrap-news .news-top ul li .text h3 {
        font-size: 18px;
    }
}

.wrap-news .news-top ul li .text span {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    color: #cb0d18;
    display: none;
}

@media (max-width:1199px) {
    .wrap-news .news-top ul li .text span {
        display: block;
    }
    .znews .news-top ul li .picl {
        display: none;
    }
}

.wrap-news .news-top ul li .text a {
    display: block;
}

.wrap-news .news-top ul li .text p {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    margin: 30px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text p {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 991px) {
    .wrap-news .news-top ul li .text p {
        font-size: 15px;
    }
}

.wrap-news .news-top ul li .text a.more {
    font-size: 14px;
    line-height: 2;
    display: inline-block;
    margin-top: 20px;
    color: #cb0d18;
}

.znews .wrap-news .news-top ul li .text a.more {
    border: 1px dashed #9C0A0D;
    padding: 4px 10px;
}

.znews .wrap-news .news-top ul li:hover .text a.more {
    background: #9C0A0D;
    color: #fff;
}

@media (max-width: 1199px) {
    .wrap-news .news-top ul li .text a.more {
        margin: 10px 0 0 0;
    }
}

.wrap-news .news-top ul li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news-top ul li:hover .text h3,
.wrap-news .news-top ul li:hover .text p {
    color: #9C0A0D;
}


/* .wrap-news .news-top ul li:hover .text a.more {
    color: #fff;
    background: #9C0A0D;
} */

.wrap-news .news {
    overflow: hidden;
}

.wrap-news .news ul {
    margin: 0 -30px;
}

.wrap-news .news ul li {
    float: left;
    width: 50%;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .wrap-news .news ul li {
        width: 100%;
    }
}

.wrap-news .news .item {
    position: relative;
    min-height: 110px;
    margin-top: 60px;
    padding-left: 140px;
}

@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 30px;
        padding-left: 100px;
    }
}

.wrap-news .news .item .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border: 1px dashed #9C0A0D;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .wrap-news .news .item .date {
        width: 80px;
        height: 80px;
    }
}

.wrap-news .news .item .date h3 {
    font-family: Impact;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin: 24px 0 0 0;
    color: #9C0A0D;
}

@media (max-width: 767px) {
    .wrap-news .news .item .date h3 {
        font-size: 26px;
        margin: 16px 0 0 0;
    }
}

.wrap-news .news .item .date p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    margin: 6px 0 0 0;
    color: #9C0A0D;
}

.wrap-news .news .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .wrap-news .news .item .text h3 {
        font-size: 16px;
    }
}

.wrap-news .news .item .text p {
    font-size: 16px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    height: 56px;
    margin: 20px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .wrap-news .news .item .text p {
        font-size: 15px;
        margin: 10px 0 0 0;
    }
}

.wrap-news .news .item .text a {
    display: block;
}

.wrap-news .news .item:hover .date {
    background-color: #9C0A0D;
}

.wrap-news .news .item:hover .date h3,
.wrap-news .news .item:hover .date p {
    color: #fff;
}

.wrap-news .news .item:hover .text h3 {
    color: #9C0A0D;
}

.wrap-news-show {
    overflow: hidden;
}

.wrap-news-show .title-news h1 {
    font-size: 24px;
    line-height: 1.33333333;
    margin: 0;
}

.wrap-news-show .news-show .title-news h1 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    position: relative;
}

.wrap-news-show .news-show .title-news h1::after {
    position: absolute;
    content: '';
    left: 45.5%;
    width: 7%;
    height: 4px;
    background: #9C0A0D;
    bottom: -20px;
}

@media (max-width: 767px) {
    .wrap-news-show .title-news h1 {
        font-size: 18px;
    }
}

.wrap-news-show .info {
    overflow: hidden;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px dashed #dfdfdf;
}

.wrap-news-show .info .left {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-news-show .info .left {
        width: 100%;
    }
}

.wrap-news-show .info .left span {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-right: 40px;
    color: #999;
    position: relative;
}

.wrap-news-show .info .left span::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 100px;
    height: 4px;
    background: #9C0A0D;
}

@media (max-width: 767px) {
    .wrap-news-show .info .left span {
        font-size: 15px;
        padding: 0 6px;
    }
}

.wrap-news-show .info .right {
    float: right;
    width: 50%;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right {
        float: left;
        width: 100%;
    }
}

.wrap-news-show .info .right .font {
    float: right;
}

.wrap-news-show .info .right .font a {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    color: #9C0A0D;
}

.wrap-news-show .info .right .font a:before {
    font-family: 'iconfont';
    font-size: 28px;
    font-weight: bold;
    content: '\e9bb';
    color: #9C0A0D;
    position: relative;
    top: 4px;
    left: -15px;
}

.wrap-news-show .info .right .font a.switcher-small:before {
    content: '\e625';
}

@media (max-width: 767px) {
    .wrap-news-show .info .right .font a:after {
        margin: 0 6px;
        margin-top: 8px;
    }
}

.wrap-news-show .info .right .font a:hover:before {
    color: #ea474c;
}

.wrap-news-show .info .right .bdsharebuttonbox {
    float: right;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrap-news-show .info .right .bdsharebuttonbox a {
    padding: 0;
    background: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:before {
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\e61f';
    text-align: center;
    color: #979797;
    background-color: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:after {
    line-height: 25px;
    display: inline-block;
    float: right;
    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 2px;
    content: '';
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .wrap-news-show .info .right .bdsharebuttonbox a:after {
        margin: 0 6px;
    }
}

.wrap-news-show .info .right .bdsharebuttonbox a:first-child {
    padding-left: 0;
}

.wrap-news-show .info .right .bdsharebuttonbox a:last-child:after {
    display: none;
}

.wrap-news-show .info .right .bdsharebuttonbox a:hover {
    opacity: 1;
}

.wrap-news-show .info .right .bdsharebuttonbox a:hover:before {
    color: #9C0A0D;
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_qzone:before {
    font-size: 30px;
    line-height: 30px;
    content: '\e635';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_tsina:before {
    content: '\e7ed';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_weixin:before,
.footer .bdsharebuttonbox .bds_weixin:before {
    content: '\e609';
}

.wrap-news-show .info .right .bdsharebuttonbox .bds_mshare:before {
    content: '\e61b';
}

.wrap-news-show .text {
    font-size: 16px;
    line-height: 1.875;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .wrap-news-show .text {
        font-size: 15px;
    }
}

.wrap-news-show .text p {
    margin: 0;
    color: #666;
}

.wrap-news-show .text img {
    max-width: 100%;
    margin: 0 50px;
}

@media (max-width: 991px) {
    .wrap-news-show .text img {
        margin: 10px 0;
    }
}

.wrap-news-show .relate {
    font-size: 0;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    border-top: 1px dashed #e9e9e9;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .wrap-news-show .relate {
        margin-top: 50px;
        padding-right: 0;
    }
}

.wrap-news-show .relate a {
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    display: -webkit-box;
    float: left;
    overflow: hidden;
    width: 50%;
    margin-top: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #999;
    border-radius: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wrap-news-show .relate a span {
    display: inline-block;
    border: 1px solid #999;
    padding: 4px 8px;
    border-radius: 30px;
}

@media (max-width:767px) {
    .wrap-news-show .relate a span {
        border: none;
    }
}

.wrap-news-show .relate a:hover span {
    border-color: #9C0A0D;
}

@media (max-width: 991px) {
    .wrap-news-show .relate a {
        width: 100%;
        margin-top: 10px;
    }
}

.wrap-news-show .relate a:last-child {
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-news-show .relate a:last-child {
        text-align: left;
    }
}

.wrap-news-show .relate a:hover {
    color: #9C0A0D;
}

.wrap-news-title {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-news-title {
        margin-top: 60px;
    }
}

.wrap-news-title img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .wrap-news-title img {
        max-width: 250px;
    }
}

.wrap-job .job-text {
    font-size: 0;
    overflow: hidden;
}

.wrap-job .job-text .pic {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-job .job-text .pic {
        width: 36%;
    }
}

@media (max-width: 767px) {
    .wrap-job .job-text .pic {
        width: 100%;
    }
}

.wrap-job .job-text .pic img {
    width: 100%;
}

.wrap-job .job-text .note {
    display: inline-block;
    width: 76%;
    padding-left: 50px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .wrap-job .job-text .note {
        width: 64%;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .wrap-job .job-text .note {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.wrap-job .job-text .note p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .wrap-job .job-text .note p {
        font-size: 15px;
    }
}

.wrap-job .contact {
    overflow: hidden;
}

.wrap-job .contact .title-contact {
    float: left;
    width: 26%;
    margin-top: 90px;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact {
        width: 100%;
        margin-top: 40px;
    }
}

.wrap-job .contact .title-contact h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact h3 {
        font-size: 24px;
    }
}

.wrap-job .contact .title-contact p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-job .contact .title-contact p {
        font-size: 20px;
    }
}

.wrap-job .contact .note {
    position: relative;
    float: left;
    width: 37%;
    margin-top: 90px;
    padding: 0 100px;
}

@media (max-width: 1560px) {
    .wrap-job .contact .note {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .wrap-job .contact .note {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
}

.wrap-job .contact .note:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 94px;
    content: '';
    background: url(../images/line-4.png) no-repeat;
}

@media (max-width: 991px) {
    .wrap-job .contact .note:before {
        display: none;
    }
}

.wrap-job .contact .note p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.wrap-job .job {
    padding-top: 0px;
    padding-bottom: 60px;
}

.wrap-job .job .title-job {
    text-align: center;
}

.wrap-job .job .title-job h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .job .title-job h3 {
        font-size: 24px;
    }
}

.wrap-job .job .title-job p {
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .wrap-job .job .title-job p {
        font-size: 20px;
    }
}

.wrap-job .job .text {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .wrap-job .job .text {
        margin-top: 40px;
    }
}

.wrap-job .job .text h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 18px 0;
}

.wrap-job .job .text p {
    font-size: 13px;
    line-height: 2.30769231;
    color: #666;
}

.wrap-job .job .text p a:hover {
    text-decoration: underline;
    color: #9C0A0D;
}

.wrap-job .job .list {
    margin-top: 60px;
}

.wrap-job .job .list>ul {
    overflow: hidden;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.wrap-job .job .list>ul>li {
    border-bottom: 1px solid #ddd;
}

.wrap-job .job .list>ul>li:first-child {
    font-weight: bold;
    line-height: 60px;
    border: none;
    background-color: #f4f4f4;
}

.wrap-job .job .list>ul>li:first-child .tlist .titem p {
    font-size: 18px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li:first-child .tlist .titem p {
        font-size: 13px;
    }
}

.wrap-job .job .list>ul>li .tlist {
    overflow: hidden;
}

.wrap-job .job .list>ul>li .tlist .titem {
    font-size: 16px;
    display: inline-block;
    width: 18%;
    min-height: 60px;
    margin-right: -4px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}

.wrap-job .job .list>ul>li .tlist .titem:first-child {
    border-left: none;
}

@media (max-width: 767px) {
    .wrap-job .job .list>ul>li .tlist .titem {
        padding: 0 4px;
    }
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(5) {
    width: 28%;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) {
    text-align: right;
    color: #9C0A0D;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) a {
    text-decoration: underline;
}

.wrap-job .job .list>ul>li .tlist .titem:nth-child(6) a:hover {
    color: #df0815;
}

.wrap-job .job .list>ul>li .tlist .titem p {
    margin: 0;
}

@media (max-width: 767px) {
    .wrap-job .job .list>ul>li .tlist .titem p {
        font-size: 13px;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a {
    line-height: 2;
    display: inline-block;
    padding: 14px 30px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .tlist .titem a {
        padding: 0 0;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a.more:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #9C0A0D transparent;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .tlist .titem a.more:after {
        display: none;
    }
}

.wrap-job .job .list>ul>li .tlist .titem a.apply {
    color: #9C0A0D;
}

.wrap-job .job .list>ul>li .tlist .titem a.apply:hover {
    color: #d70c18;
}

.wrap-job .job .list>ul>li.current {
    background-color: #efefef;
}

.wrap-job .job .list>ul>li.current .tlist .titem a.more:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-job .job .list>ul>li .note {
    display: none;
    padding: 30px 50px;
    border-top: 1px solid #ddd;
    background-color: #efefef;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .note {
        padding: 30px 0;
    }
}

.wrap-job .job .list>ul>li .note p {
    font-size: 16px;
    display: inline-block;
    margin: 6px 28px;
}

@media (max-width: 991px) {
    .wrap-job .job .list>ul>li .note p {
        font-size: 14px;
        display: block;
        margin: 6px 10px;
    }
}

.wrap-job .job .list>ul>li .note p span {
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #9C0A0D;
}

.wrap-job .message {
    position: fixed;
    z-index: 11;
    top: 9%;
    left: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .wrap-job .message {
        padding: 20px;
    }
}

.wrap-job .message .messageinfo {
    position: relative;
    max-width: 1130px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px 30px 70px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-job .message .messageinfo {
        padding: 0 15px 15px 15px;
    }
}

.wrap-job .message .m-close {
    position: absolute;
    top: -20px;
    right: -20px;
    float: right;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.wrap-job .message .m-close:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;
    content: '\e61b';
    color: #999;
}

.wrap-job .message .m-close:hover {
    background-color: #9C0A0D;
}

.wrap-job .message .m-close:hover:after {
    color: #fff;
}

.wrap-job .message form {
    overflow: hidden;
}

.wrap-job .message .col-xs-12 {
    margin-top: 10px;
}

.wrap-job .message form {
    margin-top: 30px;
}

.wrap-job .message .title-message {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.wrap-job .message .title-message span {
    display: inline-block;
    margin-left: 10%;
}

@media (max-width: 991px) {
    .wrap-job .message .title-message span {
        margin-left: 6px;
    }
}

.wrap-job .message .title-message h3 {
    font-size: 18px;
    line-height: 2;
    margin: 0;
}

@media (max-width: 991px) {
    .wrap-job .message .title-message h3 {
        font-size: 16px;
    }
}

.wrap-job .message .item {
    position: relative;
    overflow: hidden;
    min-height: 50px;
    padding-left: 120px;
}

@media (max-width: 991px) {
    .wrap-job .message .item {
        padding-left: 90px;
    }
}

.wrap-job .message .item-1 {
    padding-left: 0;
    text-align: center;
}

.wrap-job .message .item-1 .btn {
    display: inline-block;
    margin: 0 40px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .wrap-job .message .item-1 .btn {
        margin: 0 10px;
        margin-top: 20px;
    }
}

.wrap-job .message p {
    font-size: 16px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    margin: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .wrap-job .message p {
        font-size: 14px;
        width: 70px;
    }
}

.wrap-job .message input,
.wrap-job .message textarea,
.wrap-job .message select {
    line-height: 28px;
    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}

.wrap-job .message .js-check {
    font-size: 16px;
    line-height: 48px;
    float: left;
    width: 100%;
    height: 50px;
    color: #666;
}

.wrap-job .message .js-check i {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.wrap-job .message .js-check label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.wrap-job .message .js-check label input {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.wrap-job .message .js-check label:after {
    position: relative;
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-job .message .js-check label:after {
        top: 12px;
    }
}

.wrap-job .message .js-check label i {
    position: absolute;
    z-index: 9;
    top: 18px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-job .message .js-check label i {
        top: 22px;
    }
}

.wrap-job .message .js-check label.checked i {
    background-color: #000;
}

.wrap-job .message .js-check input[type=radio] {
    width: 30px;
    height: 30px;
    min-height: auto;
    margin: 0 0 0 8px;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}

.wrap-job .message .fileWrapper {
    position: relative;
    float: left;
    width: 100% !important;
    max-width: 470px;
    padding-right: 130px;
}

.wrap-job .message .fileWrapper input {
    min-height: auto;
}

.wrap-job .message .fileInputText {
    width: 100% !important;
}

.wrap-job .message .fileInputText,
.wrap-job .message .nicefile {
    height: 50px !important;
}

.wrap-job .message .fileInputButton {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #9C0A0D;
}

.wrap-job .message .filedelete {
    line-height: 48px;
    float: left;
    margin-left: 20px;
    color: #9C0A0D;
}

.wrap-job .message .submit,
.wrap-job .message .reset {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #cecece;
}

.wrap-job .message .submit:hover,
.wrap-job .message .reset:hover {
    color: #fff;
    background-color: red;
}

.wrap-job .message .submit {
    color: #fff;
    background-color: #9C0A0D;
}

.wrap-job .showMorehandle {
    margin-top: 50px;
    text-align: center;
}

.wrap-job .showMorehandle a {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    background-color: #9C0A0D;
}

.wrap-job .showMorehandle a:hover {
    background-color: rgba(36, 51, 118, .9);
}

.maskbg {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.wrap-message .title-in h2 {
    color: #09357f;
}

.wrap-message .info {
    display: table;
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .wrap-message .info {
        display: block;
        width: 100%;
    }
}

.wrap-message .info .message {
    display: table-cell;
    width: 50%;
    padding: 30px 0;
    padding-right: 50px;
    vertical-align: middle;
    background-color: #fff;
}

@media (max-width: 991px) {
    .wrap-message .info .message {
        display: block;
        width: 100%;
        padding: 0;
    }
}

.wrap-message .info .message ul li {
    overflow: hidden;
    margin-top: 14px;
}

.wrap-message .info .message ul li:first-child {
    margin-top: 0;
}

.wrap-message .info .message ul li:first-child input {
    float: left;
    width: 60%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li:first-child input {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li:first-child input {
        width: 100%;
    }
}

.wrap-message .info .message ul li input,
.wrap-message .info .message ul li textarea {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    min-height: 60px;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea {
        line-height: 30px;
        min-height: 50px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li input,
    .wrap-message .info .message ul li textarea {
        font-size: 16px;
    }
}

.wrap-message .info .message ul li input::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea::-webkit-input-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:-o-placeholder,
.wrap-message .info .message ul li textarea:-o-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input::-moz-placeholder,
.wrap-message .info .message ul li textarea::-moz-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:-ms-input-placeholder,
.wrap-message .info .message ul li textarea:-ms-input-placeholder {
    color: #999;
}

.wrap-message .info .message ul li input:focus::-webkit-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-o-placeholder,
.wrap-message .info .message ul li textarea:focus::-o-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-moz-placeholder,
.wrap-message .info .message ul li textarea:focus::-moz-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li input:focus::-ms-input-placeholder,
.wrap-message .info .message ul li textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.wrap-message .info .message ul li .btn {
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
    height: 60px;
    padding: 0 100px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    background-color: #09357f;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .btn {
        line-height: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li .btn {
        font-size: 18px;
        font-size: 16px;
        padding: 0 50px;
    }
}

.wrap-message .info .message ul li .btn.reset {
    margin-left: 10px;
    background-color: #245c9a;
}

.wrap-message .info .message ul li .btn:hover {
    background-color: #6eb92c;
}

.wrap-message .info .message ul li .js-check {
    font-size: 20px;
    line-height: 60px;
    float: left;
    width: 40%;
    text-align: center;
    color: #666;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check {
        line-height: 50px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .wrap-message .info .message ul li .js-check {
        font-size: 16px;
        width: 100%;
        margin-top: 16px;
        text-align: left;
    }
}

.wrap-message .info .message ul li .js-check i {
    display: inline-block;
    margin: 0 10px;
}

.wrap-message .info .message ul li .js-check label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.wrap-message .info .message ul li .js-check label input {
    width: auto;
    margin-right: 8px;
    cursor: pointer;
}

.wrap-message .info .message ul li .js-check label:after {
    position: relative;
    position: absolute;
    top: 16px;
    left: 0;
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check label:after {
        top: 12px;
    }
}

.wrap-message .info .message ul li .js-check label i {
    position: absolute;
    z-index: 9;
    top: 26px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

@media (max-width: 1560px) {
    .wrap-message .info .message ul li .js-check label i {
        top: 22px;
    }
}

.wrap-message .info .message ul li .js-check label.checked i {
    background-color: #000;
}

.wrap-message .info .message ul li .js-check input[type=radio] {
    width: 30px;
    height: 30px;
    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}

.wrap-message .info .pic {
    display: table-cell;
    width: 50%;
    padding-left: 50px;
}

@media (max-width: 991px) {
    .wrap-message .info .pic {
        display: block;
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}

.wrap-message .info .pic img {
    width: 100%;
}

.wrap-research {
    padding: 50px;
}

@media (max-width: 991px) {
    .wrap-research {
        padding: 50px 15px;
    }
}

.wrap-research .research-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    text-indent: 2em;
}

